home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DJLGR106.ARJ / INT10.H < prev    next >
Text File  |  1991-03-06  |  91b  |  5 lines

  1. typedef struct {
  2.       unsigned ax, bx, cx, dx, si, di, bp;
  3.       unsigned es;
  4.     } REGISTERS;
  5.